libpam: remove autoreconf call from configure macro
authorJo-Philipp Wich <[email protected]>
Thu, 24 Oct 2013 09:59:58 +0000 (09:59 +0000)
committerJo-Philipp Wich <[email protected]>
Thu, 24 Oct 2013 09:59:58 +0000 (09:59 +0000)
Hello,

I am not so experienced with autoreconf, but the following patch
fixes the package breakage which can be seen in buildbot logs.
Autoreconf call is also specified in PKG_FIXUP variable.

Jiri

SVN-Revision: 38525

libs/libpam/Makefile

index bbfa9d838095cfffe44d04b4c8cadc1355a7a405..9b4f8c0e8523780c611fbff4e021c3d51d36f2a8 100644 (file)
@@ -30,13 +30,11 @@ endef
 
 define Package/libpam/description
        Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft. 
-
 endef
 
 TARGET_CFLAGS += $(FPIC)
 
 define Build/Configure
-       (cd $(PKG_BUILD_DIR); autoreconf -v -f --install || exit 1)
        $(call Build/Configure/Default, \
                --enable-shared \
                --enable-static \